IIterator has the following members.
| Name | Description | |
|---|---|---|
![]() |
Current | Gets the current item in the collection. |
![]() |
HasCurrent | Gets a value that indicates whether the iterator refers to a current item or is at the end of the collection. |
| Name | Description | |
|---|---|---|
![]() |
GetMany | Retrieves all items in the collection. |
![]() |
MoveNext | Advances the iterator to the next item in the collection. |